Skip to content

T002: Add workflow templates (api-wrapper, k8s-service, cli-tool, onboarding)#7

Merged
grobomo merged 1 commit intomainfrom
003-T002-workflow-templates
Apr 4, 2026
Merged

T002: Add workflow templates (api-wrapper, k8s-service, cli-tool, onboarding)#7
grobomo merged 1 commit intomainfrom
003-T002-workflow-templates

Conversation

@grobomo
Copy link
Copy Markdown
Owner

@grobomo grobomo commented Apr 4, 2026

Summary

  • 4 workflow templates for common project patterns
  • Each template is an enforceable step pipeline (spec → plan → tasks → implement → test → docs)
  • Updated README with template documentation and usage examples

Templates

  • api-wrapper.yml — REST API client library
  • k8s-service.yml — Containerized K8s service
  • cli-tool.yml — Command-line tool
  • project-onboarding.yml — Bootstrap new project with SHTD workflow

Test plan

  • YAML syntax valid (loaded by workflow engine)
  • Step dependencies form valid DAG (no cycles)
  • Completion files match realistic project structures

4 templates: api-wrapper, k8s-service, cli-tool, project-onboarding.
Each defines an enforceable step pipeline with gate conditions and
completion file requirements. Updated README with template docs.
@grobomo grobomo merged commit 096ff1e into main Apr 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant